From: Eli Zaretskii Date: Sat, 7 Mar 2009 14:35:53 +0000 (+0000) Subject: (woman-parse-colon-path): Return a list even if there's only one directory X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1375 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6f120790c747c6d076eb8adee55d797e62ab2030;p=emacs.git (woman-parse-colon-path): Return a list even if there's only one directory in PATHS. --- diff --git a/lisp/woman.el b/lisp/woman.el index d739f64bf06..5fbb5ef6fdb 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -468,7 +468,7 @@ As a special case, if PATHS is nil then replace it by calling (parse-colon-path paths))) ((string-match "\\`[a-zA-Z]:" paths) ;; Assume single DOS-style path... - paths) + (list paths)) (t ;; Assume UNIX/Cygwin-style path-list... (woman-mapcan ; splice list into list